home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / resource / netutil / files / winproxy.exe / i / _SETUP.1 / dne2000.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-04-26  |  1.8 KB  |  69 lines

  1. ;
  2. ; Copyright (c) 2001 Deterministic Networks Inc.  All rights Reserved.
  3. ;
  4.  
  5. [Version]
  6. Signature  = "$Windows NT$"
  7. Class      = NetService
  8. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  9. Provider   = %Dni%
  10. DriverVer=04/27/2001,2.0.6.8
  11.  
  12. [Manufacturer]
  13. %Dni% = DNI
  14.  
  15. [ControlFlags]
  16.  
  17. [DNI]
  18. %Dne_Desc% = Dne.ndi, dni_dne
  19.  
  20. [Dne.ndi]
  21. AddReg = Dne.ndi.AddReg, Dne.AddReg
  22. Characteristics = 0x410 ;NCF_FILTER | NCF_NO_SERVICE
  23. CopyFiles       = Dne.CopyFiles.Init, Dne.CopyFiles.Sys, Dne.CopyFiles.Inf
  24.  
  25. [SourceDisksNames]
  26. 1="Deterministic Network Enhancer Disk","",0
  27.  
  28. [SourceDisksFiles]
  29. dneinobj.dll=1
  30. dne2000.sys=1
  31. dne2000m.inf=1
  32.  
  33. [DestinationDirs]
  34. Dne.CopyFiles.Init  = 11   ; %windir%\System32
  35. Dne.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  36. Dne.CopyFiles.Inf   = 17   ; %windir%\inf
  37.  
  38. [Dne.CopyFiles.Init]
  39. dneinobj.dll,,,2
  40.  
  41. [Dne.CopyFiles.Sys]
  42. dne2000.sys,,,2
  43.  
  44. [Dne.CopyFiles.Inf]
  45. dne2000m.inf,,,2
  46.  
  47. [Dne.ndi.AddReg]
  48. HKR, Ndi,            HelpText,            , %Dne_HELP%
  49. HKR, Ndi,            ClsID,               , {988248f3-a1ad-49bf-9170-676cbbc36ba3}
  50. HKR, Ndi,            ComponentDll,        , dneinobj.dll
  51. HKR, Ndi,            FilterClass,         , failover
  52. HKR, Ndi,            FilterDeviceInfFile, , dne2000m.inf
  53. HKR, Ndi,            FilterDeviceInfId,   , dni_dnemp
  54. HKR, Ndi,            Service,             , DNE
  55. HKR, Ndi\Interfaces, UpperRange,          , noupper
  56. HKR, Ndi\Interfaces, LowerRange,          , nolower
  57. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  58.  
  59. [Dne.AddReg]
  60. HKR, Parameters, Param1, 0, 4
  61.  
  62. [Dne.Ndi.Remove.Services]
  63. DelService = DNE
  64.  
  65. [Strings]
  66. Dni = "Deterministic Networks"
  67. Dne_Desc = "Deterministic Network Enhancer"
  68. Dne_HELP = "Deterministic Network Enhancer"
  69.